object formRemoteConnect: TformRemoteConnect Left = 352 Top = 408 BorderStyle = bsDialog Caption = 'Connect to remote registry' ClientHeight = 161 ClientWidth = 321 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False DesignSize = ( 321 161) PixelsPerInch = 96 TextHeight = 13 object labelNamePrompt: TLabel Left = 8 Top = 8 Width = 281 Height = 13 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Please enter the name of the remote computer:' end object labelRemoteInfo: TLabel Left = 8 Top = 64 Width = 305 Height = 57 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Note: Connecting to a remote registry will only work if the remo' + 'te computer is running Windows NT, 2000 or XP, or Windows ME if ' + 'the remote service is running.' WordWrap = True end object bnOK: TButton Left = 224 Top = 128 Width = 89 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 0 end object bnCancel: TButton Left = 128 Top = 128 Width = 89 Height = 25 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object cbRemoteName: TComboBox Left = 8 Top = 32 Width = 209 Height = 21 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 2 end object bnSearch: TButton Left = 224 Top = 32 Width = 89 Height = 21 Anchors = [akTop, akRight] Caption = '&Search' TabOrder = 3 OnClick = bnSearchClick end object animSearch: TAnimate Left = 296 Top = 8 Width = 16 Height = 16 Anchors = [akTop, akRight] CommonAVI = aviFindComputer StopFrame = 8 Visible = False end end